configuration / chassis0 / slots / [SLOT-ID] / [hps100] / module / sync-e

CLI REST-API

enable-sync-e

enable-sync-e
This is a read-write object and valid values are:




Applies to modules


HPS100

See also:
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/quality-level-selection
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/sdh-network-option
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/fixed-input-ssm
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/fixed-output-ssm
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/gbit-link-copper-mode

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/sync-e


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/sync-e


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/sync-e
Body:
{
  "enable-sync-e": true
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/sync-e -d
{
  "enable-sync-e": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]